DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / RowHighlighted Method

In This Topic
    RowHighlighted Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub RowHighlighted( _
       ByVal tableView As UIKit.UITableView, _
       ByVal rowIndexPath As Foundation.NSIndexPath _
    ) 
    public virtual void RowHighlighted( 
       UIKit.UITableView tableView,
       Foundation.NSIndexPath rowIndexPath
    )

    Parameters

    tableView
    rowIndexPath
    See Also